diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-17 22:01:50 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-17 22:01:50 +0900 |
| commit | c93113caf65a029cc6bcd7544b72e8e8a9d1ea10 (patch) | |
| tree | 0c622ee5b6c090c78d1fc405fba339fae9a3bc8c /config/waybar/configs/Camellia [Bottom] | |
| parent | 274de087a82697652293ada0c01dcf6c3f31896b (diff) | |
added some waybar configs
Diffstat (limited to 'config/waybar/configs/Camellia [Bottom]')
| -rw-r--r-- | config/waybar/configs/Camellia [Bottom] | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/config/waybar/configs/Camellia [Bottom] b/config/waybar/configs/Camellia [Bottom] index aa5a41a9..d3e52c5d 100644 --- a/config/waybar/configs/Camellia [Bottom] +++ b/config/waybar/configs/Camellia [Bottom] @@ -16,17 +16,24 @@ "fixed-center": false, "ipc": true, //"margin-top": 0, -"margin-bottom": 0, -"margin-left": 0, -"margin-right": 0, +//"margin-bottom": 0, +//"margin-left": 0, +//"margin-right": 0, "modules-left": ["hyprland/workspaces#cam","custom/separator#line","tray#cam", "wlr/taskbar"], "modules-center": ["hyprland/window#cam"], -"modules-right": ["custom/backlight","backlight/slider","custom/speaker","pulseaudio/slider","battery#cam","clock#cam", "network#cam"], +"modules-right": [ + "custom/backlight", + "backlight/slider", + "custom/speaker", + "pulseaudio/slider", + "battery#cam", + "clock#cam", + "network#cam"], -// M O D U L E S // +// Additional modules // "hyprland/workspaces#cam": { "active-only":false, @@ -69,7 +76,8 @@ "clock#cam": { "interval": 60, - "format": "{:%A, %H:%M %p}", + //"format": "{:%A, %H:%M %p}", + "format": "{:%A, %H:%M}", "max-length": 25, }, @@ -144,7 +152,7 @@ "wlr/taskbar": { "format": "{icon}", "icon-size": 14, - "icon-theme": "Numix-Circle", + //"icon-theme": "Numix-Circle", "tooltip-format": "{title}", "on-click": "activate", "on-click-middle": "close", |
